home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / autoc20b.arc / WHATSNEW < prev   
Text File  |  1991-04-10  |  17KB  |  359 lines

  1. Version 2.0
  2.  
  3.  
  4.     I'm jumping the version number from 1.4 to 2.0 for this release.
  5.     The reason is that AutoCon's capability has changed so much in this
  6.     release that I think it warrants a Major revision number change.
  7.  
  8.     The major change is the inclusion of two new files.  These are
  9.     MENU.CTL and MENUNUM.COM.  Menu.Ctl is a device driver that can
  10.     disable commands in the CONFIG.SYS file.  MenuNum.Com is a file that
  11.     will ask the portion of Menu.Ctl that stays resident which
  12.     configuration was chosen, and set the DOS ERRORLEVEL to that number.
  13.     This allows setting up menu choices in the AUTOEXEC.BAT file to
  14.     match the choice made from the CONFIG.SYS file.  Together these two
  15.     files allow you to choose a system configuration from a menu of
  16.     configurations during the boot process itself.
  17.  
  18.     AutoCon will handle all of the interface details to these two
  19.     commands for you, and allow you to return to a "Normal" system
  20.     configuration in just a couple of keystrokes.  This will allow you
  21.     to run programs like "Optimize" from Quarterdeck.
  22.  
  23.  
  24.     There is a pull-down menu system available on the main screen.  Each
  25.     item on the menu has a context sensitive help entry.  This should
  26.     make it very easy to get AutoCon up and running the first time, and
  27.     allow you to look up those commands you can't remember the
  28.     keystrokes for.
  29.  
  30.  
  31.     There are two new command line options.  If you enter
  32.  
  33.       AutoCon /<return>
  34.  
  35.     on the command line, a window of your configurations will pop up
  36.     asking you to choose which configuration you wish to use to reboot
  37.     the system.  This is equivalent to the "AutoCon <configuraion name>,
  38.     except that AutoCon lets you choose the name from a pick list.
  39.  
  40.     The second new command is 
  41.  
  42.       AutoCon /@<configuration name>
  43.  
  44.     where <configuration name> is the name shown on the main screen for
  45.     each configuration.  If the name matches the configuration that was
  46.     used for the boot process, the DOS errorlevel will be set to 1.  It
  47.     will be set to 0 otherwise.  For this function to work correctly,
  48.     you need to boot up with Menu.Ctl, or assure that each Autoexec
  49.     field has the correct name assigned with a SET command. See the new
  50.     "Put Name in Environment" editor function defined below.
  51.  
  52.  
  53.     The internal editor has a few new capabilities.  In order to access
  54.     most them you will have to edit your keystrokes (using the F6 key).
  55.     The block operations are no longer constrained to full lines.  The
  56.     default keys for reformating were removed.  You may reassign them.
  57.  
  58.       "Search Function" (default assigned to ^Q^F) allows you to search
  59.       the text for a specified string of text.  The string is active for
  60.       the entire AutoCon session, and will be the same across records.
  61.  
  62.       "Search/Replace Function" (default assigned to ^Q^A) allows you to
  63.       search the text for a specified string of text, and relpace it
  64.       with another string of text.  You will be asked to confirm the
  65.       replacement.
  66.  
  67.       "Repeat Search Function" (default assigned to ^L)  This will
  68.       repeat the last Search, or Search/Replace that was performed.  The
  69.       informations is retained during the AutoCon session, and will be
  70.       the same across records.
  71.  
  72.       "Install Editor Keys" (default assigned to F6) allows you to
  73.       change the editor keys during an edit session.
  74.  
  75.       "Put Name in Environment" (default assigned to AltE) will put a
  76.       SET command in your edit field.  This will guarantee that the
  77.       configuration you are editing has its name placed correctly in the
  78.       environment.  AutoCon will use this name for various command line
  79.       functions.
  80.  
  81.       "Change (Text - AltF6, Block - AltF7, Control Char - AltF8)
  82.       Attribute" will allow you to change the keys that call up the
  83.       editor color installation windows.
  84.  
  85.       "View Last Dos Screen" (default assigned to AltV) allows you to
  86.       see the DOS screen as it was when AutoCOn was started.  Could be
  87.       useful if the reason your changing a configuration is shown there.
  88.  
  89.  
  90.     By March 1, 1991 I will have a support BBS in place operating 24
  91.     hours a day.  The number will be (916) 623 4455.
  92.  
  93.  
  94. Version 1.4
  95.  
  96.     One of the WhatsNews has to do with me, I am now a member of the ASP
  97.     (Association of ShareWare Professionals).  The rest of the WhatsNews
  98.     all concern changes (and additions) to the program.
  99.  
  100.     You now have the option to use the built in editor to edit the
  101.     Autoexec and Config fields, or to install an external editor to do
  102.     the job.  <CtrlF6> will pop up a window for you to enter an external
  103.     editor's file name.  The Path will be checked for the entered file
  104.     name, and if found, it will be used to edit the Autoexec and Config
  105.     fields in the future.  For more info, see the "Installing External
  106.     Editor" section of AUTOCON.DOC.
  107.  
  108.     From the command line, typing <AUTOCON /=> will check the Autoexec
  109.     and Config fields of the current configuration record against the
  110.     file contents of the current Configuration files (usually
  111.     C:\AUTOEXEC.BAT and C:\CONFIG.SYS).  The results of the comparison
  112.     will be shown on the screen.  SPECIAL NOTE! - the configuration will
  113.     need to have been saved with the 1.4 version of AUTOCON.
  114.  
  115.     From the command line, typing <AUTOCON /*> will update the Autoexec
  116.     and Config fields of the current configuration record from the file
  117.     contents of the current Configuration files (usually C:\AUTOEXEC.BAT
  118.     and C:\CONFIG.SYS).  You might want to be a little careful with this
  119.     one.
  120.  
  121.     The internal editor has a few new capabilities.  In order to access
  122.     them, you will probably have to edit your keystrokes (using the <F6>
  123.     key).  The new commands are "Split Line", "Cut the marked block",
  124.     and "Paste the last Cut block".  These commands will be a little
  125.     more convenient than the current "Write marked block" and "Read
  126.     marked block" file commands.
  127.  
  128.       "Split Line" (default assigned to <CtrlN> key) splits the current
  129.       line at the cursor, leaving the cursor where it is, and moving the
  130.       rest of the line down to the next line.
  131.  
  132.       "Cut the marked block" (default assigned to <CtrlK> <U> key
  133.       combination) will put the current marked block into a text buffer.
  134.       "Paste the last Cut block" (default assigned to <CtrlK> <P> key
  135.       combination) will paste the contents of the cut buffer to the
  136.       current cursor location.  This command can be used to move the
  137.       data in the same record, or across records.  After a cUt, the data
  138.       will stay in the buffer until a new cUt is performed, or AUTOCON
  139.       is exited.
  140.  
  141.       Formerly the editor only recognized a ' ' (space) as a word mark
  142.       (for <CtrlF>, <CtrlA>, <CtrlRarw>, etc.).  This has been enhanced
  143.       to also recognize the following characters as word marks :
  144.       '/', ';', and '='.
  145.  
  146.       Line length was increased to 254 for those long path names (and
  147.       any other long lines needed).  This necessitated removing the
  148.       word-wrap capability while editing the Autoexec and Config
  149.       fields (I don't think this will be a hardship, you probably don't
  150.       want to word-wrap the lines in your Autoexec and Config files
  151.       anyway).  Word-wrap is still used in the Notes field, but please
  152.       don't enter a line longer than 127 characters in there.
  153.  
  154.  
  155.     A couple of functions were also added to the Interactive Mode.
  156.  
  157.       <AltC> will pop-up a pick list of the current configuration
  158.       records, and allow you to select one.  The contents of the
  159.       Autoexec and Config fields of the selected configuration record
  160.       will be copied to the current configuration record.  Be careful
  161.       with this one, there is NO "Undo" command.  You can always
  162.       use ESC to get out of the pick list without doing a copy.
  163.  
  164.       <AltV> will now show the Dos screen as it was when Autocon was
  165.       started.
  166.  
  167.       <Alt=> will check the Autoexec and Config fields of the current
  168.       configuration record against the contents of the current
  169.       configuration files (C:\AUTOEXEC.BAT and C:\CONFIG.SYS, unless you
  170.       have changed them with <F8> or <F9> keys).  SPECIAL NOTE! - the
  171.       configuration will need to have been saved with the 1.4 version of
  172.       AUTOCON.
  173.  
  174.       All of the color changes now show up instantly (you previously had
  175.       to wait till the next time Autocon was executed to see some of the
  176.       color changes).
  177.  
  178.       ESC is no longer accepted as a "Yes" answer (there were a lot of
  179.       complaints on this one).  A "Yes" answer now requires a <Y> or
  180.       <Enter> key (accept default).
  181.  
  182.     There are a few cosmetic changes on the screens (all in response to
  183.     comments by users).  I won't take the space to list each one.
  184.  
  185.     There are a couple more entrys on the help screen, and (I hope) the
  186.     entries are arranged in a little more logical fashion.
  187.  
  188.     UltraVision : Autocon is now UltraVision "Aware".  Autocon will
  189.     detect if UltraVision is installed and active.  If it is, Autocon
  190.     will use UltraVision to switch modes, and restore screens (in other
  191.     words, Autocon won't mess up your screen).
  192.  
  193.     Windows Problems :  After spending a very unproductive day on the
  194.     phone with Microsoft, I decided to add another boot type option to
  195.     Autocon.  Several people use Autocon to reconfigure in and out of
  196.     Windows.  When Windows is running in 386 enhanced mode, a software
  197.     boot (usually) doesn't work.  Microsoft's recommendation : "Never
  198.     reboot while running Windows".  They say that this may trash hard
  199.     disks and worse (I'm not sure what could be "worse" than trashing a
  200.     hard disk).  I don't know about you, but I've had to reboot out of
  201.     Windows several times.  I know it's probably not a good idea, but
  202.     there are times it should be quite safe (and times when it is forced
  203.     upon us).  Anyway, they say that is no way they are aware of to
  204.     ensure that a software reboot will work.
  205.     Therefore :
  206.  
  207.       You may now select (N)one as an alternate boot type (using the
  208.       <F5> key). If you select (N)one, Autocon will now reconfigure the
  209.       files, but will not attempt a reboot.  Now you may run Autocon
  210.       under Windows, and after the system files are reconfigured, you
  211.       can hit the dreaded CtrlAltDel key combination.
  212.  
  213.       By the way, I'm not much of an artist, so if someone (out of the
  214.       goodness of their hearts) designs a nice Icon for Autocon, I would
  215.       appreciate them sending me a copy.
  216.  
  217.  
  218.     A potentially nasty bug was squashed.  Since I never received a
  219.     complaint on this one, I assume that I was the only one "bit".  If
  220.     your current configuration record was the last one, and you deleted
  221.     it,  Autocon tried to find it again the next time it was started.
  222.     This could lead to bizarre behavior (a messed up pointer for those
  223.     technical people).  If the current record number is larger than the
  224.     max record number, it will now be adjusted (with appropriate warning
  225.     message).  It will still be pointing to the wrong record, but it
  226.     will behave in a known fashion.
  227.  
  228.   ______________________________________________________________________
  229.  
  230. Version 1.3a
  231.  
  232.     There are a few bug fixes, and a couple of enhancements in this
  233.     version.  If you used F2 to save changes in the previous versions,
  234.     when you hit ESC to exit it would issue a warning that the changes
  235.     were about to be lost, this has been corrected.
  236.  
  237.     AUTOCON will now attempt to detect and restore the EGA/VGA (45/50)
  238.     small character mode upon exit.
  239.  
  240.     After updating the configuration with 1.3a, when AUTOCON is started
  241.     in the interactive mode, it will default to the configuration used
  242.     in the last update.
  243.  
  244.     On the command line if you type <AUTOCON /?> the name of the current
  245.     configuration will be displayed (Note: you must have saved a
  246.     configuration with V1.3a first).
  247.  
  248.     If you are in the full screen entry mode, hitting <F7> will update
  249.     the Autoexec and Config fields in the current record from the
  250.     current AUTOEXEC.BAT and CONFIG.SYS files.  This saves going into
  251.     each of the two fields and doing a <F5> <^KR> <AltX>.
  252.  
  253.     From the command line, typing AUTOCON followed by a / and the name
  254.     of a configuration (e.g. <AUTOCON /NoTSRs>) will cause that
  255.     configuration to have it's Autoexec and Config fields updated from
  256.     the current AUTOEXEC.BAT and CONFIG.SYS files.
  257.  
  258.     There was a bug in V1.3 that caused AUTOCON to have a problem with
  259.     reading files that were not terminated with ^Z.  If you got an
  260.     "Edit Buffer Full" message when you tried to edit a field that you
  261.     know wasn't too big, then you were bitten by this bug.  This is
  262.     fixed in 1.3a.
  263.  
  264.     If you were in one of the fields and issued an <^KW> (block save)
  265.     and didn't have a marked block, you were not given an error message
  266.     in previous versions.  This is fixed in 1.3a.
  267.  
  268.     The help screen displayed in a color change window was the one for
  269.     changing the editor keystrokes. This is fixed in 1.3a.
  270.  
  271.   ______________________________________________________________________
  272.  
  273. Version 1.3
  274.  
  275.     There are several changes in this version.  If you have added
  276.     several extra configurations that you no longer need, the <CtrlF3>
  277.     key will delete the current configuration (you can't delete record
  278.     one, nor can you go below five records).
  279.  
  280.     You can change the keystrokes used by the built in editor.  Hitting
  281.     the <F6> key in the main menu will pop up a key editor which will
  282.     allow changing the actions of all of the control keys used in the
  283.     editor.
  284.  
  285.     You can change the colors used by AUTOCON.  Hitting the <Alt> key in
  286.     combination with the function keys will allow customization of most
  287.     of the colors.  The use of each key is detailed in the pop-up help.
  288.  
  289.     The DAT file format for 1.3 is quite different than the one for 1.2.
  290.     The white space has been eliminated, and as a consequence it is
  291.     significantly smaller (mine are about 1/4 the previous size). The
  292.     first time you run 1.3 it will change the format, and the DAT file
  293.     will no longer be compatible with 1.2.  You may want to make a copy
  294.     of AUTOCON.DAT (just to be on the safe side) before running 1.3.
  295.  
  296.  
  297.   ______________________________________________________________________
  298.  
  299. Version 1.2d keeps current file attributes
  300.  
  301.     A request was made to update the Autoexec and Config files, but to
  302.     not change their current attributes (system, read only, hidden,
  303.     etc.).  Therefore AUTOCON now reads the current file attributes of
  304.     Autoexec.Bat and Config.Sys before updating them, and restores the
  305.     attributes after the update.
  306.  
  307.  
  308.   ______________________________________________________________________
  309.  
  310. Version 1.2c adds a boot type select.
  311.  
  312.     Some computers have trouble with the warm boot that AUTOCON was
  313.     originally configured with.  These seem to mainly be machines with
  314.     large hard disks, and a large hard disk manager.  The <F5> key now
  315.     allows you to change the boot type from warm to cold to get around
  316.     this problem.
  317.  
  318.  
  319.   ______________________________________________________________________
  320.  
  321. Version 1.2a is a bug fix.
  322.  
  323.     AUTOCON didn't recognize more than three configurations from the
  324.     command line.
  325.  
  326.  
  327. Version 1.2 is a bug fix.
  328.  
  329.     When you attempted to read in your old configuration files to the
  330.     AUTOEXEC and CONFIG fields, it always defaulted to C:\AUTOEXEC.BAT
  331.     an C:\CONFIG.SYS no matter what files you had selected.  The read
  332.     file option now works correctly.
  333.  
  334.  
  335.   ______________________________________________________________________
  336.  
  337. Version 1.1 charges are as follows.
  338.  
  339.   1. AUTOCON now does a Reboot when a reconfiguration is done from the
  340.      command line.
  341.  
  342.   2. AUTOCON now handles up to 50 configurations (originally only 5).
  343.  
  344.   3. You can now read any file into an AUTOEXEC or CONFIG edit field
  345.      (allows you to use your old configurations).
  346.  
  347.   4. The On-line Help has been updated/enhanced.
  348.  
  349.   5. The Doc file has been enhanced (left out a few things the first
  350.      time).
  351.  
  352.   6. Allows you the choice of a Reboot when reconfiguring in the data
  353.      entry mode.
  354.  
  355.   7. Hopefully a better choice of colors on an LCD screen.  If you have
  356.      an LCD, you need to have your mode set to BW80 (2).
  357.  
  358.  
  359.